size_auto($thumb_autosize); // set the biggest width or height for thumbnail } else { $thumb->size_width($thumb_width); // set width for thumbnail, or $thumb->size_height($thumb_height); // set height for thumbnail, or } $thumb->jpeg_quality(75); // [OPTIONAL] set quality for jpeg only (0 - 100) (worst - best), default = 75 $thumb->show(); //$thumb->save($dir . "thumb_" . $file); // save thumbnail to file ?>